Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


mobspawnesp

MobSpawnESP

Hack Summary
NameMobSpawnESP
Screenshot
Categoryrender
In-game description

“Highlights areas where mobs can spawn.”

Default keybindnone
Source codehttps://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/MobSpawnEspHack.java

This article is about the hack that shows where mobs can spawn. For the hack that shows where mobs currently are, see MobESP.

MobSpawnESP is a Minecraft hack that shows where hostile mobs can and cannot spawn. Each spawnable block surface is highlighted with a colored X. By default, this X will be red if mobs can spawn there at any time, or yellow if mobs can only spawn there at night.

Note: Unlike MobESP, MobSpawnESP does not show you where existing mobs actually are. It only shows you the blocks that new mobs might spawn on, based on factors like light level, solid blocks, and amount of free space.

Settings

Draw distance

Draw distance
TypeEnum
In-game description(none)
Default value9×9 chunks
Possible values3×3 chunks, 5×5 chunks, 7×7 chunks, 9×9 chunks, 11×11 chunks, 13×13 chunks, 15×15 chunks, 17×17 chunks, 19×19 chunks, 21×21 chunks, 23×23 chunks, 25×25 chunks, 27×27 chunks, 29×29 chunks, 31×31 chunks, 33×33 chunks

Night color

Night color
TypeColor
In-game description“Color of the X at positions where mobs can spawn at night.”
Default value#FFFF00 (yellow)

Day color

Day color
TypeColor
In-game description“Color of the X at positions where mobs can always spawn.”
Default value#FF0000 (red)

Opacity

Opacity
TypeSlider
In-game description(none)
Default value50%
Minimum0%
Maximum100%
Increment1%

Depth test

Depth test
TypeCheckbox
In-game description(none)
Default valuechecked

Media

A screenshot showing the first ever version of MobSpawnESP in ForgeWurst 0.10 Beta.
When lighting up a cave in Minecraft, it's easy to miss small spots that are just barely dark enough for mobs to spawn. MobSpawnESP helps by showing where those spots are.

Changes

VersionChanges
Wurst 6.25Added MobSpawnESP.
Wurst 6.26.1Fixed a bug in MobSpawnESP that made it sometimes crash the game. (Minecraft 1.8 - 1.12)
Wurst 7.0pre2Fixed a bug in MobSpawnESP that made it sometimes crash the game. (Minecraft 1.14+)
Wurst 7.8Added a “Depth test” checkbox to MobSpawnESP. (Wurst7:40)
Wurst 7.12.1Fixed MobSpawnESP not working below y=0 and above y=255.
Wurst 7.13Fixed MobSpawnESP glitching out when extremely far from spawn.
Wurst 7.15.1Fixed MobSpawnESP crashing the game in Minecraft 21w19a and later versions.
Wurst 7.17.1Fixed MobSpawnESP still highlighting blocks with light level 1-7 as spawnable in Minecraft 21w39a and later versions. (Only blocks with light level 0 can actually spawn mobs in these versions.)
Wurst 7.18Fixed a NullPointerException in MobSpawnESP. (Wurst7:470)
Wurst 7.37.1Fixed MobSpawnESP not updating correctly when you move to a different dimension.
Wurst 7.46pre2Rebuilt MobSpawnESP from the ground up, fixing many sporadic crash issues that plagued the old version.
Added “Night color”, “Day color”, and “Opacity” settings to MobSpawnESP.
Removed MobSpawnESP's “Loading speed” slider.
ForgeWurst
ForgeWurst 0.10 BetaAdded MobSpawnESP.
mobspawnesp.txt · Last modified: 2024/09/20 12:06 by alexander01998